From: Roland McGrath Date: Wed, 16 Jun 1993 22:08:23 +0000 (+0000) Subject: (generate-autoload-cookie, update-autoloads-here): Doc fixes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95286 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d08589bfd1ba9ffcd36ba11377196510bd47a91a;p=emacs.git (generate-autoload-cookie, update-autoloads-here): Doc fixes. --- diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 364289d1df7..011931c7808 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -51,8 +51,8 @@ Returns nil if FORM is not a defun or defmacro." nil))) (defconst generate-autoload-cookie ";;;###autoload" - "Magic comment that tells \\[update-file-autoloads] -to make the following form into an autoload. This string should be + "Magic comment indicating the following form should be autoloaded. +Used by \\[update-file-autoloads]. This string should be meaningless to Lisp (e.g., a comment). This string is used: @@ -277,8 +277,8 @@ Then do \\[exit-recursive-edit]." ;;;###autoload (defun update-autoloads-here () - "Update the sections of the current buffer generated by -\\[update-file-autoloads]." + "\ +Update sections of the current buffer generated by \\[update-file-autoloads]." (interactive) (let ((generated-autoload-file (buffer-file-name))) (save-excursion